-
Notifications
You must be signed in to change notification settings - Fork 81
Conversation
Something went wrong with PR preview build please check |
Something went wrong with PR preview build please check |
Something went wrong with PR preview build please check |
I wouldn’t remove |
Also, regarding |
I think the plan was to expose this method in order to provide ledgers to other horizon / soroban-rpc instances who only want recent / current ledgers |
The goal is to provide the foundation of moving away from the ledgerclosemeta over file pipe. This isn't committing other components yet, but would allow us to experiment ( in the future ) decoupling the core and horizon so that these won't be required to be hosted on the same machine. |
Something went wrong with PR preview build please check |
1 similar comment
Something went wrong with PR preview build please check |
We could also leave it out for now, wait, and add it when we decide to experiment with this... 🤔 |
Conclusion re: getLedgers: Leave it out for now until we know more about the use case, so we don't commit to the wrong API. |
Going to leave this PR open for now, so we can cherry-pick parts of the doc changes as we make these updates. |
Something went wrong with PR preview build please check |
@paulbellamy What's the latest on this PR? Good to close it yet? |
@tamirms given that @paulbellamy is out this week, could you help resolving this ticket ? |
Moved the proposals from stellar/go#4716, so we have better threading for discussions
Summary
getAccount- stellar/stellar-cli#373getHealth
getLedgerEntry - stellar/stellar-rpc#48
getLedgerEntries
, so you can fetch multiple in one txn (in the same ledger)getEvents- stellar/stellar-cli#375endLedger
as a parameter. Just usestartLedger
andlimit
startLedger > latestLedger
startLedger < oldest ledger this node has stored
getTransactionStatus - stellar/stellar-cli#372
eta
field, for more efficient polling (see comment)sendTransaction - stellar/stellar-cli#372
eta
field, for more efficient polling (see comment)simulateTransaction - stellar/stellar-cli#363
footprint
field with an array offootprints
, for multi-operation support (soroban-rpc: Change the api to support multiple footprints for eventual multi-operations support stellar/stellar-cli#363)getLatestLedger - stellar/stellar-cli#376
closeTime
getNetwork - stellar/stellar-cli#366
friendbotUrl
fieldrequestAirdrop- stellar/stellar-cli#366friendbotUrl
togetNetwork
instead